home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 39
/
Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso
/
Aminet
/
comm
/
misc
/
CManager.lha
/
CManager
/
Rexx
/
SendAWeb.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1998-09-25
|
373 b
|
22 lines
/*
* $VER: SendAWeb.rexx 1.0 (5.8.98)
*/
parse arg '"'args'" "'BROWSER'"'
options results
if show('P','AWEB.1') then do
address 'AWEB.1'
OPEN args
Exit
end
ADDRESS COMMAND 'Run ' BROWSER
ADDRESS COMMAND "SYS:RexxC/WaitForPort" 'AWEB.1'
if show('P','AWEB.1') then do
address 'AWEB.1'
OPEN args
Exit
end